'Usage Dim instance As CalcImSubFunction Dim args() As Object Dim value As Object value = instance.Evaluate(args)
Parameters
- args
The args contains 2 items: inumber1, inumber2.
Inumber1 is the complex number from which to subtract inumber2.
Inumber2 is the complex number to subtract from inumber1.
Return Value
A System.String value that indicates the evaluate result.